Click or drag to resize

Stream Methods

The Stream type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Compares this instance with the specified DirectoryEntry object and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified DirectoryEntry.
(Inherited from DirectoryEntry.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetStream
Gets Stream to read data from this stream.
Public methodGetType (Inherited from Object.)
Public methodLoad(String)
Loads data to this stream from the specified file.
Public methodLoad(String, Byte)
Loads data to this stream from the specified buffer.
Public methodLoad(String, Stream)
Loads data to this stream from the specified Stream.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSave(Stream)
Saves data from this stream to the specified Stream.
Public methodSave(String)
Saves data from this stream to to the specified file.
Public methodToString (Inherited from Object.)
Top
See Also